home *** CD-ROM | disk | FTP | other *** search
- ////////////////////////////////////////////////////////////////
- //
- // EditorPublish.wkf
- //
- // Main workflow for the Layout Editor
- //
-
- // Layout Template and Insert Easels
- 0 TemplateEasel file:\Templates\Poster\antique2.lyf // Default Layout File
- 1 0B5265B2-E7C4-11D0-8D14-00C0A847C2EC // CLSID of the Easel
-
- // Zoom level
- 12 INTEGER 100 1 10000
-
- // Shadow direction
- 13 INTEGER 4 0 8
-
- // Months of the year (For Calendars)
- 14 STRARR [2399],[2400],[2401],[2402],[2403],[2404],[2405],[2406],[2407],[2408],[2409],[2410]
-
- // Years Supported (For Calendars)
- 15 STRARR 1998,1999,2000,2001
-
- // Layout Filter
- 40 7E332652-C9FB-11D0-9024-0080C814C17C // Image Layout Filter
-
- LINK 0 0 40 0 // Link the template easel into the layout
- LINK 1 0 40 1 // Link the insert easel into the layout
- LINK 13 0 40 8 // Link the shadow direction into the layout
- LINK 14 0 40 10 // Link the month into the layout
- LINK 15 0 40 11 // Link the year into the layout
-